3.2.3 \(\int \frac {\sec (e+f x) \sqrt {c-c \sec (e+f x)}}{(a+a \sec (e+f x))^3} \, dx\) [103]

Optimal. Leaf size=41 \[ \frac {2 c \tan (e+f x)}{5 f (a+a \sec (e+f x))^3 \sqrt {c-c \sec (e+f x)}} \]

[Out]

2/5*c*tan(f*x+e)/f/(a+a*sec(f*x+e))^3/(c-c*sec(f*x+e))^(1/2)

________________________________________________________________________________________

Rubi [A]
time = 0.07, antiderivative size = 41, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 34, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.029, Rules used = {4038} \begin {gather*} \frac {2 c \tan (e+f x)}{5 f (a \sec (e+f x)+a)^3 \sqrt {c-c \sec (e+f x)}} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(Sec[e + f*x]*Sqrt[c - c*Sec[e + f*x]])/(a + a*Sec[e + f*x])^3,x]

[Out]

(2*c*Tan[e + f*x])/(5*f*(a + a*Sec[e + f*x])^3*Sqrt[c - c*Sec[e + f*x]])

Rule 4038

Int[csc[(e_.) + (f_.)*(x_)]*(csc[(e_.) + (f_.)*(x_)]*(b_.) + (a_))^(m_.)*Sqrt[csc[(e_.) + (f_.)*(x_)]*(d_.) +
(c_)], x_Symbol] :> Simp[2*a*c*Cot[e + f*x]*((a + b*Csc[e + f*x])^m/(b*f*(2*m + 1)*Sqrt[c + d*Csc[e + f*x]])),
 x] /; FreeQ[{a, b, c, d, e, f, m}, x] && EqQ[b*c + a*d, 0] && EqQ[a^2 - b^2, 0] && NeQ[m, -2^(-1)]

Rubi steps

\begin {align*} \int \frac {\sec (e+f x) \sqrt {c-c \sec (e+f x)}}{(a+a \sec (e+f x))^3} \, dx &=\frac {2 c \tan (e+f x)}{5 f (a+a \sec (e+f x))^3 \sqrt {c-c \sec (e+f x)}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.16, size = 55, normalized size = 1.34 \begin {gather*} -\frac {\cos ^3(e+f x) \csc \left (\frac {1}{2} (e+f x)\right ) \sec ^5\left (\frac {1}{2} (e+f x)\right ) \sqrt {c-c \sec (e+f x)}}{20 a^3 f} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(Sec[e + f*x]*Sqrt[c - c*Sec[e + f*x]])/(a + a*Sec[e + f*x])^3,x]

[Out]

-1/20*(Cos[e + f*x]^3*Csc[(e + f*x)/2]*Sec[(e + f*x)/2]^5*Sqrt[c - c*Sec[e + f*x]])/(a^3*f)

________________________________________________________________________________________

Maple [A]
time = 2.52, size = 55, normalized size = 1.34

method result size
default \(-\frac {2 \left (-1+\cos \left (f x +e \right )\right )^{2} \left (\cos ^{3}\left (f x +e \right )\right ) \sqrt {\frac {c \left (-1+\cos \left (f x +e \right )\right )}{\cos \left (f x +e \right )}}}{5 a^{3} f \sin \left (f x +e \right )^{5}}\) \(55\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sec(f*x+e)*(c-c*sec(f*x+e))^(1/2)/(a+a*sec(f*x+e))^3,x,method=_RETURNVERBOSE)

[Out]

-2/5/a^3/f*(-1+cos(f*x+e))^2*cos(f*x+e)^3*(c*(-1+cos(f*x+e))/cos(f*x+e))^(1/2)/sin(f*x+e)^5

________________________________________________________________________________________

Maxima [B] Leaf count of result is larger than twice the leaf count of optimal. 146 vs. \(2 (40) = 80\).
time = 0.53, size = 146, normalized size = 3.56 \begin {gather*} -\frac {\sqrt {2} \sqrt {c} - \frac {3 \, \sqrt {2} \sqrt {c} \sin \left (f x + e\right )^{2}}{{\left (\cos \left (f x + e\right ) + 1\right )}^{2}} + \frac {3 \, \sqrt {2} \sqrt {c} \sin \left (f x + e\right )^{4}}{{\left (\cos \left (f x + e\right ) + 1\right )}^{4}} - \frac {\sqrt {2} \sqrt {c} \sin \left (f x + e\right )^{6}}{{\left (\cos \left (f x + e\right ) + 1\right )}^{6}}}{20 \, a^{3} f \sqrt {\frac {\sin \left (f x + e\right )}{\cos \left (f x + e\right ) + 1} + 1} \sqrt {\frac {\sin \left (f x + e\right )}{\cos \left (f x + e\right ) + 1} - 1}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sec(f*x+e)*(c-c*sec(f*x+e))^(1/2)/(a+a*sec(f*x+e))^3,x, algorithm="maxima")

[Out]

-1/20*(sqrt(2)*sqrt(c) - 3*sqrt(2)*sqrt(c)*sin(f*x + e)^2/(cos(f*x + e) + 1)^2 + 3*sqrt(2)*sqrt(c)*sin(f*x + e
)^4/(cos(f*x + e) + 1)^4 - sqrt(2)*sqrt(c)*sin(f*x + e)^6/(cos(f*x + e) + 1)^6)/(a^3*f*sqrt(sin(f*x + e)/(cos(
f*x + e) + 1) + 1)*sqrt(sin(f*x + e)/(cos(f*x + e) + 1) - 1))

________________________________________________________________________________________

Fricas [A]
time = 2.66, size = 80, normalized size = 1.95 \begin {gather*} -\frac {2 \, \sqrt {\frac {c \cos \left (f x + e\right ) - c}{\cos \left (f x + e\right )}} \cos \left (f x + e\right )^{3}}{5 \, {\left (a^{3} f \cos \left (f x + e\right )^{2} + 2 \, a^{3} f \cos \left (f x + e\right ) + a^{3} f\right )} \sin \left (f x + e\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sec(f*x+e)*(c-c*sec(f*x+e))^(1/2)/(a+a*sec(f*x+e))^3,x, algorithm="fricas")

[Out]

-2/5*sqrt((c*cos(f*x + e) - c)/cos(f*x + e))*cos(f*x + e)^3/((a^3*f*cos(f*x + e)^2 + 2*a^3*f*cos(f*x + e) + a^
3*f)*sin(f*x + e))

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \frac {\int \frac {\sqrt {- c \sec {\left (e + f x \right )} + c} \sec {\left (e + f x \right )}}{\sec ^{3}{\left (e + f x \right )} + 3 \sec ^{2}{\left (e + f x \right )} + 3 \sec {\left (e + f x \right )} + 1}\, dx}{a^{3}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sec(f*x+e)*(c-c*sec(f*x+e))**(1/2)/(a+a*sec(f*x+e))**3,x)

[Out]

Integral(sqrt(-c*sec(e + f*x) + c)*sec(e + f*x)/(sec(e + f*x)**3 + 3*sec(e + f*x)**2 + 3*sec(e + f*x) + 1), x)
/a**3

________________________________________________________________________________________

Giac [A]
time = 1.27, size = 62, normalized size = 1.51 \begin {gather*} -\frac {\sqrt {2} {\left (c \tan \left (\frac {1}{2} \, f x + \frac {1}{2} \, e\right )^{2} - c\right )}^{\frac {5}{2}} \mathrm {sgn}\left (\tan \left (\frac {1}{2} \, f x + \frac {1}{2} \, e\right )^{3} + \tan \left (\frac {1}{2} \, f x + \frac {1}{2} \, e\right )\right ) \mathrm {sgn}\left (\cos \left (f x + e\right )\right )}{20 \, a^{3} c^{2} f} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sec(f*x+e)*(c-c*sec(f*x+e))^(1/2)/(a+a*sec(f*x+e))^3,x, algorithm="giac")

[Out]

-1/20*sqrt(2)*(c*tan(1/2*f*x + 1/2*e)^2 - c)^(5/2)*sgn(tan(1/2*f*x + 1/2*e)^3 + tan(1/2*f*x + 1/2*e))*sgn(cos(
f*x + e))/(a^3*c^2*f)

________________________________________________________________________________________

Mupad [B]
time = 7.59, size = 441, normalized size = 10.76 \begin {gather*} -\frac {\left ({\mathrm {e}}^{e\,2{}\mathrm {i}+f\,x\,2{}\mathrm {i}}+1\right )\,\sqrt {c-\frac {c}{\frac {{\mathrm {e}}^{-e\,1{}\mathrm {i}-f\,x\,1{}\mathrm {i}}}{2}+\frac {{\mathrm {e}}^{e\,1{}\mathrm {i}+f\,x\,1{}\mathrm {i}}}{2}}}\,2{}\mathrm {i}}{5\,a^3\,f\,\left ({\mathrm {e}}^{e\,1{}\mathrm {i}+f\,x\,1{}\mathrm {i}}-1\right )\,\left ({\mathrm {e}}^{e\,1{}\mathrm {i}+f\,x\,1{}\mathrm {i}}+1\right )}+\frac {\left ({\mathrm {e}}^{e\,2{}\mathrm {i}+f\,x\,2{}\mathrm {i}}+1\right )\,\sqrt {c-\frac {c}{\frac {{\mathrm {e}}^{-e\,1{}\mathrm {i}-f\,x\,1{}\mathrm {i}}}{2}+\frac {{\mathrm {e}}^{e\,1{}\mathrm {i}+f\,x\,1{}\mathrm {i}}}{2}}}\,8{}\mathrm {i}}{5\,a^3\,f\,\left ({\mathrm {e}}^{e\,1{}\mathrm {i}+f\,x\,1{}\mathrm {i}}-1\right )\,{\left ({\mathrm {e}}^{e\,1{}\mathrm {i}+f\,x\,1{}\mathrm {i}}+1\right )}^2}-\frac {\left ({\mathrm {e}}^{e\,2{}\mathrm {i}+f\,x\,2{}\mathrm {i}}+1\right )\,\sqrt {c-\frac {c}{\frac {{\mathrm {e}}^{-e\,1{}\mathrm {i}-f\,x\,1{}\mathrm {i}}}{2}+\frac {{\mathrm {e}}^{e\,1{}\mathrm {i}+f\,x\,1{}\mathrm {i}}}{2}}}\,16{}\mathrm {i}}{5\,a^3\,f\,\left ({\mathrm {e}}^{e\,1{}\mathrm {i}+f\,x\,1{}\mathrm {i}}-1\right )\,{\left ({\mathrm {e}}^{e\,1{}\mathrm {i}+f\,x\,1{}\mathrm {i}}+1\right )}^3}+\frac {\left ({\mathrm {e}}^{e\,2{}\mathrm {i}+f\,x\,2{}\mathrm {i}}+1\right )\,\sqrt {c-\frac {c}{\frac {{\mathrm {e}}^{-e\,1{}\mathrm {i}-f\,x\,1{}\mathrm {i}}}{2}+\frac {{\mathrm {e}}^{e\,1{}\mathrm {i}+f\,x\,1{}\mathrm {i}}}{2}}}\,16{}\mathrm {i}}{5\,a^3\,f\,\left ({\mathrm {e}}^{e\,1{}\mathrm {i}+f\,x\,1{}\mathrm {i}}-1\right )\,{\left ({\mathrm {e}}^{e\,1{}\mathrm {i}+f\,x\,1{}\mathrm {i}}+1\right )}^4}-\frac {\left ({\mathrm {e}}^{e\,2{}\mathrm {i}+f\,x\,2{}\mathrm {i}}+1\right )\,\sqrt {c-\frac {c}{\frac {{\mathrm {e}}^{-e\,1{}\mathrm {i}-f\,x\,1{}\mathrm {i}}}{2}+\frac {{\mathrm {e}}^{e\,1{}\mathrm {i}+f\,x\,1{}\mathrm {i}}}{2}}}\,8{}\mathrm {i}}{5\,a^3\,f\,\left ({\mathrm {e}}^{e\,1{}\mathrm {i}+f\,x\,1{}\mathrm {i}}-1\right )\,{\left ({\mathrm {e}}^{e\,1{}\mathrm {i}+f\,x\,1{}\mathrm {i}}+1\right )}^5} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((c - c/cos(e + f*x))^(1/2)/(cos(e + f*x)*(a + a/cos(e + f*x))^3),x)

[Out]

((exp(e*2i + f*x*2i) + 1)*(c - c/(exp(- e*1i - f*x*1i)/2 + exp(e*1i + f*x*1i)/2))^(1/2)*8i)/(5*a^3*f*(exp(e*1i
 + f*x*1i) - 1)*(exp(e*1i + f*x*1i) + 1)^2) - ((exp(e*2i + f*x*2i) + 1)*(c - c/(exp(- e*1i - f*x*1i)/2 + exp(e
*1i + f*x*1i)/2))^(1/2)*2i)/(5*a^3*f*(exp(e*1i + f*x*1i) - 1)*(exp(e*1i + f*x*1i) + 1)) - ((exp(e*2i + f*x*2i)
 + 1)*(c - c/(exp(- e*1i - f*x*1i)/2 + exp(e*1i + f*x*1i)/2))^(1/2)*16i)/(5*a^3*f*(exp(e*1i + f*x*1i) - 1)*(ex
p(e*1i + f*x*1i) + 1)^3) + ((exp(e*2i + f*x*2i) + 1)*(c - c/(exp(- e*1i - f*x*1i)/2 + exp(e*1i + f*x*1i)/2))^(
1/2)*16i)/(5*a^3*f*(exp(e*1i + f*x*1i) - 1)*(exp(e*1i + f*x*1i) + 1)^4) - ((exp(e*2i + f*x*2i) + 1)*(c - c/(ex
p(- e*1i - f*x*1i)/2 + exp(e*1i + f*x*1i)/2))^(1/2)*8i)/(5*a^3*f*(exp(e*1i + f*x*1i) - 1)*(exp(e*1i + f*x*1i)
+ 1)^5)

________________________________________________________________________________________